turn off deprecated warnings php

50

turn off deprecated warnings php -

error_reporting(E_ALL ^ E_DEPRECATED);

turn off deprecated warnings php -

error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);

Comments

Submit
0 Comments